Skip to content

asyncio.streams.open_connection remove loop from docstring#108528

Merged
gvanrossum merged 2 commits intopython:mainfrom
tgbugs:patch-1
Sep 27, 2023
Merged

asyncio.streams.open_connection remove loop from docstring#108528
gvanrossum merged 2 commits intopython:mainfrom
tgbugs:patch-1

Conversation

@tgbugs
Copy link
Contributor

@tgbugs tgbugs commented Aug 27, 2023

asyncio.streams.open_connection no longer accepts loop as a keyword argument and providing it causes:
TypeError: BaseEventLoop.create_connection() got an unexpectedkeyword argument 'loop' therefore remove it from the docstring.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants